home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene3_4.dir / 00009_Script_loriBookLoop < prev    next >
Text File  |  1999-03-01  |  329b  |  20 lines

  1. --FRAME: loriBookLOOP
  2. global gScene4Done
  3. on enterFrame
  4.   
  5.   --lori--
  6.   if rollover(4) then 
  7.     put #loriBook into gScene4Done
  8.     go to frame "ArmExtended"
  9.   end if  
  10.   if NOT rollOver(4) then 
  11.     put #loriBook into gScene4Done
  12.     go to frame "ArmExtended"
  13.   end if
  14. end
  15.  
  16.  
  17.  
  18. on exitFrame
  19.   go to the frame
  20. end